home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Game Master (3rd Edition)
/
The Game Master 3rd edition.iso
/
files
/
educames
/
number
/
numdoc.bat
< prev
Wrap
DOS Batch File
|
1988-11-04
|
152b
|
9 lines
echo off
cls
echo You are about to copy the documentation to your printer
pause
echo Printing......
copy number.doc prn
echo All done.
echo on